Welcome![Sign In][Sign Up]
Location:
Search - android service

Search list

[androidSampleService

Description: 充分练习和展示android的service组件功能的应用程序-Full practice and demonstrate the service component features android application
Platform: | Size: 47104 | Author: 李晓 | Hits:

[androidChapter07_Service_Example

Description: android的四大组建之一的service的运用,涉及android的编程知识,源码-android, one of the four established the use of service, involving android programming knowledge, source
Platform: | Size: 41984 | Author: 和你一样 | Hits:

[androidService1

Description: Android开发中四大块之一的service部分,这是一个相关的小程序-Android development service, one of the four parts of the block, which is a small program-related
Platform: | Size: 48128 | Author: johnjen | Hits:

[androidch01

Description: android 相关书籍 包括 broadcast。intent。service。contentprovider等知识和一些案例-some android like broadcast ,intent,service and so on
Platform: | Size: 10259456 | Author: 阿斯顿 | Hits:

[androidtestService

Description: android平台下一个系统开机自启动的服务demo-android platform, a system boot from the start of the service demo
Platform: | Size: 36864 | Author: cpq | Hits:

[androidtestService

Description: android学习之六Service学习-Six Service Learning android learning
Platform: | Size: 45056 | Author: Brain.Peng | Hits:

[androidtestSQLite

Description: android学习之七Service学习-Service learning android study of seven
Platform: | Size: 51200 | Author: Brain.Peng | Hits:

[androidMobileMap

Description: 基于android的地图服务系统,简洁的界面,并具备GPS定位-Android-based map service system, simple interface, and has GPS positioning
Platform: | Size: 113664 | Author: 萧俊 | Hits:

[androidFileService2

Description: android sqlite3 业务 bean-android sqlite3 service bean
Platform: | Size: 1024 | Author: yulai_li | Hits:

[androidservice_demo

Description: android手机软件开发四大组件之service实例演示-android phone software development examples demonstrate the four components of the service
Platform: | Size: 1296384 | Author: | Hits:

[android8_SpeakMessageService

Description: SpeakMessageService android的语音服务实例~-SpeakMessageService android voice service instance-
Platform: | Size: 197632 | Author: yaodongyang | Hits:

[androidGglGeoLocatorActivity

Description: 使用Google Location Service定位当前手机位置的源码, 运行在Android手机上-Using the Google Location Service locate the current position of the source phone running on Android phones
Platform: | Size: 2048 | Author: 徐剑峰 | Hits:

[androidPhoneGuard

Description: 项目描述:本项目针对android手机用户,利用本款软件可以设定好友号码,当发现手机不慎丢失或丢失的手机被人换卡时可以通过好友号码对丢失手机进行远程备份手机电话号码、销毁手机数据及远程锁屏操作,此 操作对失主个人信息外露方面能够起到一定的保护作用;而远程定位,远程报警功能对失主找到手机能够起到一定的引导作用。实现功能:本项目综合运用了android中activity ,service,broadcastreceiver,contentprovider四大组件以及sharedprefernce,sqlite等数据存储技术。 1、远程锁屏:使丢失的手机屏幕锁定。 2、远程备份手机数据:将丢失手机上的联系人备份到好友手机上。 3、远程定位:通过GPS定位获得丢失手机的大致位置。 4、远程报警:使丢失的手机播放特定警报铃声。 5、远程销毁数据:将丢失手机上的数据删除。 -项目描述:本项目针对android手机用户,利用本款软件可以设定好友号码,当发现手机不慎丢失或丢失的手机被人换卡时可以通过好友号码对丢失手机进行远程备份手机电话号码、销毁手机数据及远程锁屏操作,此 操作对失主个人信息外露方面能够起到一定的保护作用;而远程定位,远程报警功能对失主找到手机能够起到一定的引导作用。实现功能:本项目综合运用了android中activity ,service,broadcastreceiver,contentprovider四大组件以及sharedprefernce,sqlite等数据存储技术。 1、远程锁屏:使丢失的手机屏幕锁定。 2、远程备份手机数据:将丢失手机上的联系人备份到好友手机上。 3、远程定位:通过GPS定位获得丢失手机的大致位置。 4、远程报警:使丢失的手机播放特定警报铃声。 5、远程销毁数据:将丢失手机上的数据删除。
Platform: | Size: 432128 | Author: 王丽娜 | Hits:

[androidTestService

Description: 安卓常驻后台服务例子,例子附带监控横屏竖屏的功能。(An example of Android's permanent service in the background, with the function of monitoring the vertical screen of a horizontal screen.)
Platform: | Size: 2149376 | Author: hostc | Hits:

[JSPwifi下手机与电脑的socket通信

Description: 在wifi局域网下,手机可以和电脑通过socket通信。手机做服务端,电脑做客户端;也可以反过来,电脑做服务端,手机做客户端。 下面介绍的是手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。(In the WiFi LAN, the mobile phone can communicate with the computer through the socket. The mobile phone is the server side, the computer is the client; also can in turn, the computer does the service end, the mobile phone is the client. The following is the mobile phone as the server side. The computer uses MFC programming as the client. The principle is to set up a ServerSocket and get its IP address and port port. Then the computer connects ip:port to the mobile phone through socket.)
Platform: | Size: 6262784 | Author: sclink | Hits:

[Other1304010118田莹(张仁伟)毕业设计代码

Description: 安卓app,校园安全服务系统,为师生提供服务(Android app, campus safety service system, service for teachers and students)
Platform: | Size: 60049408 | Author: 爱德华的宝宝 | Hits:

[androidMyGatt

Description: BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,BluetoothLeService类不用做太多的更改。(BLE develops the knowledge we need. Through official demo, we will find many service. After clicking service, every service is Characteristic, each service and Characteristic correspond to a unique UUID. So, when making BLE, first you should find out your Bluetooth peripheral device UUID, otherwise it will be very headache. This UUID may also be hardware for you, or you can try it out yourself, of course, trying out it yourself is a very boring process. The way to do it is to add a read and write protocol based on demo,then test the Bluetooth list displayed by clicking on it to see if it corresponds to the protocol. In addition, the BluetoothLeService class does not have to make too many changes.)
Platform: | Size: 1474560 | Author: CocoNo1 | Hits:

[JSP/JavaFTPClientProgress

Description: Android端与PC端利用ftp服务功能实现文件的上传和下载(Android end and PC end use FTP service function to upload and download files)
Platform: | Size: 441344 | Author: h531859630 | Hits:

[JSP/JavaServerAndClient

Description: 实现登陆注册,客户端服务端链接实现数据交互。(Achieve login registration, client service side link to achieve data interaction.)
Platform: | Size: 8414208 | Author: hvgu | Hits:

[android[疯狂Android讲义].李刚.源码

Description: 《疯狂Android讲义》全面地介绍了Android应用开发的相关知识,全书内容覆盖了Android用户界面编程、Android四大组件、Android资源访问、图形/图像处理、事件处理机制、Android输入/输出处理、音频/视频多媒体应用开发、OpenGL与3D应用开发、网络通信编程、Android平台的Web Service、传感器应用开发、GPS应用开发、Google Map服务等。("Crazy Android Handout" gives a comprehensive overview of Android application development. The book covers Android user interface programming, Android four components, Android resource access, graphic/image processing, event handling mechanism, Android input/output processing, audio/video multimedia application development, OpenGL and 3D application development, network communication programming, Android platform Web Service, sensor application development, GPS application development, Google Map service and so on.)
Platform: | Size: 11417600 | Author: banye1213 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »

CodeBus www.codebus.net